home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-04 | 608 b | 18 lines | [TEXT/MPS ] |
- //----------------------------------------------------------------------------------------
- // TDLCopyright.h
- // ETO20 MacApp 3.3.1, MPW 3.4.1
- // Copyright ©1996 Conrad Kopala
- // Twist Down Lists version 2.0a0 7/15/96
- //----------------------------------------------------------------------------------------
-
- #ifndef __TDLCOPYRIGHT__
- #define __TDLCOPYRIGHT__
-
- #define TDL_SHORT_VERSION "2.0a0"
- #define TDL_LONG_VERSION "Twist Down Lists 2.0a0, © Conrad Kopala. 1994-96"
- #define TDL_COPYRIGHT "Twist Down Lists Copyright © 1994-96 by Conrad Kopala."
- #define TDL_VERS_CODE 0x02, 0x00, alpha, 0x00
-
-
- #endif
-